FaProgramBudgetCost 
Logical Entity Name  FaProgramBudgetCost 
Default Table Name  FaProgramBudgetCost 
Physical Only  NO 
Definition 
 
Note 
 

FaProgramBudgetCost Columns 
ColumnName  Domain  Datatype  NULL  Definition 
FaProgramBudgetCostID(PK)    int  NO 
 
AdProgramVersionID(FK)    int  NO 
 
EffectiveDate    datetime  NO 
 
TuitionCost    money  NO 
 
BooksSuppliesCost    money  NO 
 
OtherCost    money  NO 
 
UserID(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
ts    timestamp  YES 
 

FaProgramBudgetCost Primary and Unique Keys 
Key Name  Key Type  Keys 
FaProgramBudgetCost_AdProgramVersionID_EffectiveDate_U_N_IDX  Index  AdProgramVersionID, EffectiveDate 
FaProgramBudgetCost_FaProgramBudgetCostID_U_C_IDX  PrimaryKey  FaProgramBudgetCostID 

FaProgramBudgetCost Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
AdProgramVersion  Non-Identifying  One To Zero or More  FK_FaProgramBudgetCost_AdProgramVersionID_AdProgramVersion_AdProgramVersionID      AdProgramVersionID  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  FK_FaProgramBudgetCost_UserID_SyStaff_SyStaffID      UserID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 

FaProgramBudgetCost Check Constraints 
Check Constraint Name  CheckConstraint